._container {
  width: 85%;
  margin: 0 auto;
}

.top-bar {
  background: #9c9c9c;
}

.header {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header .logo img {
  max-height: 68px;
}
.header .header_menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  color: #17b2b7;
}
.header .header_menu ul li a {
  display: block;
  font-size: 16px;
  color: #393939;
  font-weight: bold;
}

.footer {
  color: white;
  background: url("../images/footer_bg.jpg") no-repeat center;
  background-size: cover;
}
.footer .footer_menu {
  border-top: 1px solid #a0a0a0;
}
.footer .footer_menu ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footer .footer_menu ul li a {
  display: block;
  font-size: 16px;
  padding: 15px 0px;
  color: white;
}
.footer .footer_message {
  display: flex;
  justify-content: space-around;
}
.footer .footer_message .lf .name {
  font-weight: bold;
  font-size: 30px;
  padding-left: 25px;
  border-left: 3px solid #17b2b7;
  margin-bottom: 15px;
}
.footer .footer_message .lf .call {
  border-top: 1px solid #a0a0a0;
  font-size: 22px;
  color: #b4b4b4;
  padding-top: 55px;
  margin-bottom: 5px;
}
.footer .footer_message .lf .c {
  font-weight: bold;
  font-size: 22px;
}
.footer .footer_message .center ul li {
  width: 100%;
  float: none;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.footer .footer_message .center ul li:last-child {
  margin-bottom: 0;
}
.footer .footer_message .center ul li .message {
  font-size: 16px;
  margin-left: 10px;
}
.footer .footer_message .rt {
  text-align: center;
}
.footer .footer_message .rt p {
  font-size: 16px;
  margin-top: 15px;
  color: #b4b4b4;
}

.beizhu {
  background: #2a2a2a;
}

@media (max-width: 1600px) {
  ._container {
    width: 1400px;
  }
}
@media (max-width: 1450px) {
  .footer .footer_message .lf .name {
    font-size: 25px;
  }

  .vertical-space8, .hr {
    height: 70px;
  }

  .header .header_menu {
    padding: 30px 0px;
  }

  ._container {
    width: 1170px;
  }
}
@media (max-width: 768px) {
  ._container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .vertical-space8, .hr {
    height: 40px;
  }

  .footer .footer_message {
    display: block;
  }

  .footer .footer_message .rt {
    margin-top: 40px;
  }

  .footer .footer_message .center ul li {
    float: none;
    text-align: center;
  }
  .footer .footer_message .center ul li .message {
    text-align: center;
    width: 100%;
  }
  .footer .footer_message .center ul li img {
    display: none;
  }
}
.shipin_box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 333;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.shipin_box.on {
  display: flex;
}
.shipin_box #iframe_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shipin_box iframe {
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  display: block;
}
.shipin_box video {
  display: block;
  width: 1000px;
  height: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .shipin_box video {
    width: 100%;
    height: 300px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
